Skip to content
Back to search
30
MCP

Code to Tree

pulsemcp/code to tree

Converts source code into Abstract Syntax Tree representations using tree-sitter parsers for multiple programming languages including C, C++, Rust, Go, Ruby, Python, and Java, enabling precise code structure analysis and semantic understanding.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code_to_tree": {
      "url": "None",
      "transport": "http"
    }
  }
}